type reflect.tflag

6 uses

	reflect (current package)
		type.go#L281: type tflag uint8
		type.go#L295: 	tflagUncommon tflag = 1 << 0
		type.go#L301: 	tflagExtraStar tflag = 1 << 1
		type.go#L304: 	tflagNamed tflag = 1 << 2
		type.go#L308: 	tflagRegularMemory tflag = 1 << 3
		type.go#L319: 	tflag      tflag   // extra type information flags